home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Musica / ZMUD32.ZIP / ZMUD.EXE / 0 / RCDATA / TWELCOME / TWELCOME.txt < prev   
Text File  |  1997-06-09  |  8KB  |  377 lines

  1. object Welcome: TWelcome
  2.   Left = 193
  3.   Top = 209
  4.   BorderStyle = bsDialog
  5.   Caption = 'Welcome to zMUD'
  6.   ClientHeight = 326
  7.   ClientWidth = 564
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   KeyPreview = True
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 12
  24.     Width = 60
  25.     Height = 13
  26.     Caption = 'Welcome to '
  27.     Color = clBtnFace
  28.     Font.Color = clHighlight
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentColor = False
  33.     ParentFont = False
  34.   end
  35.   object Label2: TLabel
  36.     Left = 72
  37.     Top = 10
  38.     Width = 42
  39.     Height = 16
  40.     Caption = 'zMUD'
  41.     Color = clBtnFace
  42.     Font.Color = clHighlight
  43.     Font.Height = -13
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsBold]
  46.     ParentColor = False
  47.     ParentFont = False
  48.   end
  49.   object Label3: TLabel
  50.     Left = 8
  51.     Top = 30
  52.     Width = 201
  53.     Height = 16
  54.     Caption = 'Zugg'#39's Multi-User Dungeon Client'
  55.     Font.Color = clWindowText
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.   end
  61.   object Bevel1: TBevel
  62.     Left = 8
  63.     Top = 54
  64.     Width = 553
  65.     Height = 9
  66.     Shape = bsTopLine
  67.   end
  68.   object Label4: TLabel
  69.     Left = 224
  70.     Top = 30
  71.     Width = 57
  72.     Height = 13
  73.     Caption = 'Version:'
  74.     Font.Color = clWindowText
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = []
  78.     ParentFont = False
  79.   end
  80.   object Vers: TLabel
  81.     Left = 312
  82.     Top = 30
  83.     Width = 185
  84.     Height = 13
  85.     Font.Color = clWindowText
  86.     Font.Height = -11
  87.     Font.Name = 'MS Sans Serif'
  88.     Font.Style = [fsBold]
  89.     ParentFont = False
  90.   end
  91.   object Label10: TLabel
  92.     Left = 224
  93.     Top = 12
  94.     Width = 84
  95.     Height = 16
  96.     Caption = 'Registered to:'
  97.     Font.Color = clWindowText
  98.     Font.Height = -11
  99.     Font.Name = 'MS Sans Serif'
  100.     Font.Style = []
  101.     ParentFont = False
  102.   end
  103.   object RegName: TLabel
  104.     Left = 312
  105.     Top = 12
  106.     Width = 177
  107.     Height = 16
  108.     Font.Color = clWindowText
  109.     Font.Height = -11
  110.     Font.Name = 'MS Sans Serif'
  111.     Font.Style = []
  112.     ParentFont = False
  113.   end
  114.   object Label5: TLabel
  115.     Left = 224
  116.     Top = 74
  117.     Width = 249
  118.     Height = 23
  119.     Caption = 'To get started, you can either:'
  120.     Font.Color = clWindowText
  121.     Font.Height = -11
  122.     Font.Name = 'MS Sans Serif'
  123.     Font.Style = [fsBold]
  124.     ParentFont = False
  125.   end
  126.   object Image7: TImage
  127.     Left = 528
  128.     Top = 10
  129.     Width = 32
  130.     Height = 32
  131.     AutoSize = True
  132.   end
  133.   object Panel1: TPanel
  134.     Left = 8
  135.     Top = 64
  136.     Width = 204
  137.     Height = 231
  138.     BevelInner = bvLowered
  139.     BevelOuter = bvNone
  140.     BorderWidth = 2
  141.     TabOrder = 0
  142.     object Image2: TImage
  143.       Left = 3
  144.       Top = 3
  145.       Width = 198
  146.       Height = 225
  147.       Align = alClient
  148.       AutoSize = True
  149.       Center = True
  150.       Picture.Data = {<image000.bmp>}
  151.       Stretch = True
  152.     end
  153.   end
  154.   object Panel2: TPanel
  155.     Left = 0
  156.     Top = 304
  157.     Width = 564
  158.     Height = 22
  159.     Align = alBottom
  160.     Alignment = taLeftJustify
  161.     BevelOuter = bvLowered
  162.     Caption = ' Copyright ∩┐╜ 1995, 1996, 1997 by Zugg.  All Rights Reserved.'
  163.     Font.Color = clWindowText
  164.     Font.Height = -11
  165.     Font.Name = 'MS Sans Serif'
  166.     Font.Style = []
  167.     ParentFont = False
  168.     TabOrder = 1
  169.   end
  170.   object WizardBtn: TBtnPanel
  171.     Left = 224
  172.     Top = 104
  173.     Width = 329
  174.     Height = 37
  175.     BorderColor = clHighlight
  176.     BevelWidth = 2
  177.     BorderWidth = 2
  178.     TabOrder = 2
  179.     OnClick = WizardBtnClick
  180.     object Label6: TLabel
  181.       Left = 32
  182.       Top = 12
  183.       Width = 289
  184.       Height = 16
  185.       Caption = 'Use the Connection Wizard to create a NEW character'
  186.       Font.Color = clWindowText
  187.       Font.Height = -11
  188.       Font.Name = 'MS Sans Serif'
  189.       Font.Style = []
  190.       ParentFont = False
  191.       OnClick = WizardBtnClick
  192.       OnMouseMove = Label6MouseMove
  193.     end
  194.     object Image6: TImage
  195.       Left = 8
  196.       Top = 10
  197.       Width = 16
  198.       Height = 16
  199.       AutoSize = True
  200.       Picture.Data = {<image001.bmp>}
  201.       OnClick = WizardBtnClick
  202.       OnMouseMove = Label6MouseMove
  203.     end
  204.   end
  205.   object HelpBtn: TBtnPanel
  206.     Left = 224
  207.     Top = 144
  208.     Width = 329
  209.     Height = 37
  210.     BorderColor = clHighlight
  211.     BevelWidth = 2
  212.     BorderWidth = 2
  213.     TabOrder = 3
  214.     OnClick = HelpBtnClick
  215.     object Label8: TLabel
  216.       Left = 32
  217.       Top = 12
  218.       Width = 289
  219.       Height = 16
  220.       Caption = 'Read the Getting Started section of the HELP manual'
  221.       Font.Color = clWindowText
  222.       Font.Height = -11
  223.       Font.Name = 'MS Sans Serif'
  224.       Font.Style = []
  225.       ParentFont = False
  226.       OnClick = HelpBtnClick
  227.       OnMouseMove = Label8MouseMove
  228.     end
  229.     object Image5: TImage
  230.       Left = 8
  231.       Top = 10
  232.       Width = 18
  233.       Height = 18
  234.       AutoSize = True
  235.       Picture.Data = {<image002.bmp>}
  236.       OnClick = HelpBtnClick
  237.       OnMouseMove = Label8MouseMove
  238.     end
  239.   end
  240.   object CharBtn: TBtnPanel
  241.     Left = 224
  242.     Top = 184
  243.     Width = 329
  244.     Height = 37
  245.     BorderColor = clHighlight
  246.     BevelWidth = 2
  247.     BorderWidth = 2
  248.     TabOrder = 4
  249.     OnClick = CharBtnClick
  250.     object Label12: TLabel
  251.       Left = 32
  252.       Top = 12
  253.       Width = 289
  254.       Height = 16
  255.       Caption = 'EDIT one of your EXISTING characters '
  256.       Font.Color = clWindowText
  257.       Font.Height = -11
  258.       Font.Name = 'MS Sans Serif'
  259.       Font.Style = []
  260.       ParentFont = False
  261.       OnClick = CharBtnClick
  262.       OnMouseMove = Label12MouseMove
  263.     end
  264.     object Image4: TImage
  265.       Left = 8
  266.       Top = 10
  267.       Width = 18
  268.       Height = 18
  269.       AutoSize = True
  270.       Picture.Data = {<image003.bmp>}
  271.       OnClick = CharBtnClick
  272.       OnMouseMove = Label12MouseMove
  273.     end
  274.   end
  275.   object RecentBtn: TBtnPanel
  276.     Left = 224
  277.     Top = 224
  278.     Width = 329
  279.     Height = 69
  280.     BorderColor = clHighlight
  281.     BevelWidth = 2
  282.     BorderWidth = 2
  283.     TabOrder = 5
  284.     OnClick = RecentBtnClick
  285.     object RecentLabel: TLabel
  286.       Left = 32
  287.       Top = 6
  288.       Width = 281
  289.       Height = 16
  290.       Caption = 'RESUME your connection to:'
  291.       Font.Color = clWindowText
  292.       Font.Height = -11
  293.       Font.Name = 'MS Sans Serif'
  294.       Font.Style = []
  295.       ParentFont = False
  296.       OnClick = RecentBtnClick
  297.       OnMouseMove = RecentLabelMouseMove
  298.     end
  299.     object Image3: TImage
  300.       Left = 8
  301.       Top = 22
  302.       Width = 16
  303.       Height = 16
  304.       AutoSize = True
  305.       Picture.Data = {<image004.bmp>}
  306.       OnClick = RecentBtnClick
  307.       OnMouseMove = RecentLabelMouseMove
  308.     end
  309.     object Panel3: TPanel
  310.       Left = 72
  311.       Top = 44
  312.       Width = 196
  313.       Height = 19
  314.       BevelOuter = bvLowered
  315.       Font.Color = clBlack
  316.       Font.Height = -11
  317.       Font.Name = 'MS Sans Serif'
  318.       Font.Style = []
  319.       ParentFont = False
  320.       TabOrder = 0
  321.       object OnlineBtn: TSpeedButton
  322.         Left = 1
  323.         Top = 1
  324.         Width = 97
  325.         Height = 17
  326.         GroupIndex = 1
  327.         Down = True
  328.         Caption = 'Online'
  329.         Font.Color = clBlack
  330.         Font.Height = -11
  331.         Font.Name = 'MS Sans Serif'
  332.         Font.Style = []
  333.         ParentFont = False
  334.         OnDblClick = RecentBtnClick
  335.         OnMouseMove = RecentLabelMouseMove
  336.       end
  337.       object OfflineBtn: TSpeedButton
  338.         Left = 98
  339.         Top = 1
  340.         Width = 97
  341.         Height = 17
  342.         GroupIndex = 1
  343.         Caption = 'Offline'
  344.         Font.Color = clBlack
  345.         Font.Height = -11
  346.         Font.Name = 'MS Sans Serif'
  347.         Font.Style = []
  348.         ParentFont = False
  349.         OnDblClick = RecentBtnClick
  350.         OnMouseMove = RecentLabelMouseMove
  351.       end
  352.     end
  353.     object RecentChar: TDropList
  354.       Left = 32
  355.       Top = 20
  356.       Width = 289
  357.       Height = 21
  358.       Cursor = crArrow
  359.       TabStop = False
  360.       Style = csDropDownList
  361.       Color = clBtnFace
  362.       Ctl3D = False
  363.       Font.Color = clBlack
  364.       Font.Height = -11
  365.       Font.Name = 'MS Sans Serif'
  366.       Font.Style = []
  367.       ItemHeight = 13
  368.       ParentCtl3D = False
  369.       ParentFont = False
  370.       TabOrder = 1
  371.       OnChange = RecentCharChange
  372.       OnClick = RecentBtnClick
  373.       OnMouseMove = RecentLabelMouseMove
  374.     end
  375.   end
  376. end
  377.